怎样取消"最近打开的文档"?

来源:百度知道 编辑:UC知道 时间:2024/05/03 00:18:21
不是清除,是彻底的取消。

运行
gpedit.msc(组策略)
用户配置-管理模板-任务栏和开始菜单
“不要保留最近打开文档的记录”项设为已启用

在开始菜单空白处点右键,然后选择属性,自定义,选择高级,然后在最近使用文档那里勾掉选项,就可以了!

你在开始那儿 点右键 属性-自定义-高级
把你不要的东西前面的对钩去掉

@echo off

echo 正在清除系统垃圾文件,请稍等......

del /f /s /q %systemdrive%\*.tmp

del /f /s /q %systemdrive%\*._mp

del /f /s /q %systemdrive%\*.log

del /f /s /q %systemdrive%\*.gid

del /f /s /q %systemdrive%\*.chk

del /f /s /q %systemdrive%\*.old

del /f /s /q %systemdrive%\recycled\*.*

del /f /s /q %windir%\*.bak

del /f /s /q %windir%\prefetch\*.*

rd /s /q %windir%\temp & md %windir%\temp

del /f /q %userprofile%\cookies\*.*

del /f /q %userprofile%\recent\*.*

del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*&qu